projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7bb839
)
gtk/Makefile.am: Dist the newly-added private headers
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Wed, 20 Jun 2018 10:10:33 +0000
(18:10 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Tue, 26 Jun 2018 08:40:11 +0000
(16:40 +0800)
We need to dist language-names.h and script-names.h so that we won't
be missing headers in a dist tarball.
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index 436577ac0193333f70b9e6793e93f032634fc1e5..895fa3bbd550faf8b1c60a9032714864a6c80cd3 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-593,7
+593,9
@@
gtk_private_h_sources = \
gtkwindowprivate.h \
gtktreemenu.h \
gdkpixbufutilsprivate.h \
- open-type-layout.h
+ open-type-layout.h \
+ language-names.h \
+ script-names.h
# GTK+ C sources to build the library from
gtk_base_c_sources = \